Auto merge of #2241 - brson:rustflags, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 17 Mar 2016 00:18:53 +0000 (17:18 -0700)
committerbors <bors@rust-lang.org>
Thu, 17 Mar 2016 00:18:53 +0000 (17:18 -0700)
commit8c60ada19463fd17cf9eb853bc9cc71cf2737267
tree80b913a5c799f1ce632e20f6e35fba52415c169d
parentc3b571f3937d638ead1421a17b74a71aa5612611
parent2f01868a94f85457e02465cfb53b078d4e25b4d5
Auto merge of #2241 - brson:rustflags, r=alexcrichton

Apply RUSTFLAGS arguments to rustc builds

Cargo will use RUSTFLAGS for building everything that is not a build script
or plugin. It does not apply to these targets because they may be for
a different platform that 'normal' builds.

Closes #2112